Class MediaPacketVideoPlane
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Represents a video plane for the Media
public class MediaPacketVideoPlane
- Inheritance
-
objectMedia
Packet Video Plane
Properties
View SourceBuffer
Gets the buffer of the current video plane.
Declaration
public IMediaBuffer Buffer { get; }
Property Value
Type | Description |
---|---|
IMedia |
Exceptions
Type | Condition |
---|---|
System. |
The MediaPacket that owns the current buffer has already been disposed of. |
StrideHeight
Gets the stride height of the current video plane.
Declaration
public int StrideHeight { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The MediaPacket that owns the current buffer has already been disposed of. |
StrideWidth
Gets the stride width of the current video plane.
Declaration
public int StrideWidth { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
The MediaPacket that owns the current buffer has already been disposed of. |