Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class VideoStreamH264

    Inheritance
    System.Object
    StreamBase
    VideoStream
    VideoStreamH264
    Implements
    System.ICloneable
    Inherited Members
    VideoStream.CodecName
    VideoStream.VideoCodec
    VideoStream.ExtendedVideoType
    VideoStream.ExtendedVideoSubtype
    VideoStream.ColorTransfer
    VideoStream.ColorPrimaries
    VideoStream.ColorSpace
    VideoStream.VideoRange
    VideoStream.PixelFormat
    VideoStream.IsInterlaced
    VideoStream.BitRate
    VideoStream.BitsPerPixel
    VideoStream.BitDepth
    VideoStream.RefFrames
    VideoStream.Rotation
    VideoStream.VideoSize
    VideoStream.AverageFrameRate
    VideoStream.RealFrameRate
    VideoStream.AspectRatio
    VideoStream.SampleAspectRatio
    VideoStream.Profile
    VideoStream.Level
    VideoStream.IsAnamorphic
    VideoStream.GetShortDescriptionBits()
    VideoStream.ToString()
    StreamBase.Index
    StreamBase.Id
    StreamBase.StreamType
    StreamBase.CodecTag
    StreamBase.Pid
    StreamBase.CodecTimeBase
    StreamBase.TimeBase
    StreamBase.StartTime
    StreamBase.Duration
    StreamBase.StartPts
    StreamBase.DurationTs
    StreamBase.IsDefault
    StreamBase.IsForced
    StreamBase.IsHearingImpaired
    StreamBase.Title
    StreamBase.DisplayTitle
    StreamBase.Language
    StreamBase.Comment
    StreamBase.AllTags
    StreamBase.SideDataJson
    StreamBase.ParsingErrors
    StreamBase.IsExternal
    StreamBase.OriginalStream
    StreamBase.GetShortDescription()
    StreamBase.Clone()
    Namespace: Emby.Media.Model.Streams
    Assembly: Emby.Media.Model.dll
    Syntax
    public class VideoStreamH264 : VideoStream, ICloneable

    Constructors

    VideoStreamH264()

    Initializes a new instance of the VideoStreamH264 class.

    Declaration
    public VideoStreamH264()

    VideoStreamH264(VideoStream)

    Initializes a new instance of the VideoStreamH264 class.

    Declaration
    public VideoStreamH264(VideoStream source)
    Parameters
    Type Name Description
    VideoStream source

    The source.

    Remarks

    Copy constructor.

    VideoStreamH264(MediaStream)

    Initializes a new instance of the VideoStreamH264 class.

    Declaration
    public VideoStreamH264(MediaStream originalStream)
    Parameters
    Type Name Description
    MediaStream originalStream

    The original stream.

    Properties

    H264Level

    Gets or sets the H.264 level.

    Declaration
    public AvcLevels? H264Level { get; set; }
    Property Value
    Type Description
    System.Nullable<AvcLevels>

    The H.264 level.

    H264Profile

    Gets or sets the H.264 profile.

    Declaration
    public AvcProfiles? H264Profile { get; set; }
    Property Value
    Type Description
    System.Nullable<AvcProfiles>

    The H.264 profile.

    Methods

    CloneCore()

    Declaration
    protected override StreamBase CloneCore()
    Returns
    Type Description
    StreamBase
    Overrides
    VideoStream.CloneCore()

    Implements

    System.ICloneable

    Extension Methods

    StreamBaseToMediaStream.AsMediaStream(StreamBase)
    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.