TrackInfo Class |
Namespace: StreamCoders
The TrackInfo type exposes the following members.
Name | Description | |
---|---|---|
TrackInfo |
Default constructor.
| |
TrackInfo(AudioEncoderConfiguration) | Initializes a new instance of the TrackInfo class | |
TrackInfo(MediaContentType) |
Constructor.
| |
TrackInfo(VideoEncoderConfiguration) | Initializes a new instance of the TrackInfo class |
Name | Description | |
---|---|---|
Codec |
The codec used in this particular track.
| |
Media |
Contains codec specific configuration.
| |
MediaContentType |
Contains general category of this track
| |
TrackNumber |
The track number uniquely identifies the track in a container.
|
Name | Description | |
---|---|---|
ShallowCopy |
Creates a shallow copy of TrackInfo using MemberwiseClone |
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |