Exemplo n.º 1
0
        public ISMVideoTrack(ISMVTrackFormat videoFile, ISMVStream stream)
        {
            base.TrackFormat = videoFile; // sets payload type and other properties also
              ParentStream = stream;

              // set other properties of this track
        }
Exemplo n.º 2
0
        public ISMAudioTrack(ISMVTrackFormat audioFile, ISMVStream stream)
        {
            base.TrackFormat = audioFile; // this sets the PayloadType and other properties also
              ParentStream = stream;

              // set other properties
        }
Exemplo n.º 3
0
        public ISMAudioTrack(ISMVTrackFormat audioFile, ISMVStream stream)
        {
            base.TrackFormat = audioFile; // this sets the PayloadType and other properties also
            ParentStream     = stream;

            // set other properties
        }
Exemplo n.º 4
0
        public ISMVideoTrack(ISMVTrackFormat videoFile, ISMVStream stream)
        {
            base.TrackFormat = videoFile; // sets payload type and other properties also
            ParentStream     = stream;

            // set other properties of this track
        }