TrackInfo Constructor (MediaContentType) |
Constructor.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public TrackInfo(
MediaContentType category
)
Public Sub New (
category As MediaContentType
)
public:
TrackInfo(
MediaContentType category
)
new :
category : MediaContentType -> TrackInfo
Parameters
- category
- Type: StreamCodersMediaContentType
Based on the category the AudioTrack or VideoTrack properties are instantiated.
See Also