C# Class ADL.VideoStreamDescription

Show file Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Properties

Property Type Description
maxFps uint
maxHeight uint
maxWidth uint

Private Methods

Method Description
lowercaseBool ( bool a ) : string
toJSON ( ) : string
toNative ( ) : ADLVideoStreamDescriptor

Property Details

maxFps public property

public uint maxFps
return uint

maxHeight public property

public uint maxHeight
return uint

maxWidth public property

public uint maxWidth
return uint