StreamInfoCodecProfile Property |
Gets the codec profile. Only valid for H.264 or
video codecs that use profiles. Otherwise empty.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CodecProfile { get; }
Public ReadOnly Property CodecProfile As String
Get
Dim instance As StreamInfo
Dim value As String
value = instance.CodecProfile
member CodecProfile : string with get
/** @property */
public String get_CodecProfile()
function get CodecProfile () : String
function get_CodecProfile();
Property Value
Type:
String
See Also