Class PlayerVoiceStartArgs
  
  
  
    Inheritance
    
    
    PlayerVoiceStartArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PlayerVoiceStartArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PlayerVoiceStartArgs(Player, byte[])
  
  
  Declaration
  
    public PlayerVoiceStartArgs(Player source, byte[] dataBuffer)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Player | 
        source | 
         | 
      
      
        | byte[] | 
        dataBuffer | 
         | 
      
    
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  DataBuffer
  
  
  Declaration
  
    public byte[] DataBuffer { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Source
  
  
  Declaration
  
    public Player Source { get; }
   
  Property Value