Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Avcodec.PacketSourcePacket.
Packet type
Parser type
Packet flags
Return the packet PTS (Presentation Time) in its stream's base_time unit.
Set the packet PTS (Presentation Time) in its stream's base_time unit.
Return the packet DTS (Decoding Time) in its stream's base_time unit.
Set the packet DTS (Decoding Time) in its stream's base_time unit.
Return the packet duration in its stream's base_time unit.
Set the packet duration in its stream's base_time unit.
Avcodec.Packet.parse_data parser f data applies function f to the parsed packets frome the data array according to the parser configuration.
Raise Error if the parsing failed.
Same as Avcodec.Packet.parse_data with bytes array.